repo.or.cz
/
windows-sources.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added samples
[windows-sources.git]
/
sdk
/
samples
/
all in on code
/
Visual Studio 2008
/
VBASPNETMasterPage
/
NestedMasterPage.master.vb
blob
bea09ca60946cfc898ec21819fc0f1bee502b098
1
Public
Partial Class NestedMasterPage
2
Inherits System
.
Web
.
UI
.
MasterPage
3
4
Protected
Sub
Page_Load
(
ByVal
sender
As Object
,
ByVal
e
As
System
.
EventArgs
)
Handles
Me
.
Load
5
6
End Sub
7
8
End
Class